It seems that when I create a ātestā incident via the website, the title of the incident and description of the incident are different. However, when reading this incident via the REST API, both title and description are the ātitleā value. Seems like the ādescriptionā field is returning the title when using the REST API.
For example:
TITLE
this is a test alert.
DESCRIPTION
a test alert created by eric - please donāt do anything to acknowledge or resolve.
both the ātitleā and ādescriptionā fields return āthis is a test alertā